home *** CD-ROM | disk | FTP | other *** search
/ PC-SIG: World of Games / PC-SIG World of Games (CDRM1080710) (1993).iso / ENT / DISK1074.ZIP / GO1.BAT < prev    next >
DOS Batch File  |  1991-04-22  |  217b  |  12 lines

  1. :GO1.Bat - displays CROSSpro text file.
  2. @ECHO OFF
  3. IF NOT EXIST ShoPRN.Exe GOTO Jump
  4. SHOPRN Xpro3.Txt /d
  5. GOTO End
  6. :Jump
  7. ECHO.
  8. ECHO Aborting, ShoPRN.Exe must be in the current directory or path.
  9. ECHO.
  10. :End
  11.  
  12.